home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / mongol_fiere.swf / scripts / frame_7 / PlaceObject2_77_149 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-01-15  |  164b  |  12 lines

  1. onClipEvent(enterFrame){
  2.    _Y = _Y + _root.dir4;
  3.    if(23 >= _Y)
  4.    {
  5.       _root.dir4 *= -1;
  6.    }
  7.    if(_Y >= 183)
  8.    {
  9.       _root.dir4 *= -1;
  10.    }
  11. }
  12.